home *** CD-ROM | disk | FTP | other *** search
- /* CSS Document */
- .search {
- height: 42px;
- width: 552px;
- background-image: url('../images/searchBG.png');
- background-repeat: no-repeat;
- border: solid 1px #fff;
- margin-left: 0px;
- }
-
- div.search div
- {
- padding: 2px 0 0 4px;
- }
-
- .searchtext
- {
- margin-top: 10px;
- float: left;
- width: 152px;
- height: 17px;
- color: #fff;
- background: #7A7A7A;
- font-size: 12px;
- line-height: 12px;
- font-weight: normal;
- text-align: center;
- }
-
- div#textPosition
- {
- padding-bottom: 0px;
- padding-top: 0px;
- margin: 0px;
- }
-
- .searchbox
- {
- margin-top: 10px;
- float: left;
- width: 200px;
- height: 15px;
- background-image: url('../images/searchField.png');
- background-repeat: no-repeat;
- padding: 2px 0 0 3px;
- }
-
- .searchItems {
- float: left;
- }
-
- .searchimg {
- margin-left: 14px;
- float: left;
- margin-top: 3px;
- }
-
- a.searchlink {
- color: #fff;
- font-size: 12px;
- padding-left: 15px;
- }
-
- div.searchlink {
- margin-top: 8px;
- }
-
- /* Erweiterte Search - START*/
- /* Searchresults */
- .searchresult
- {
- float: left;
- width: 772px;
- height: 475px;
- margin: 28px 0 0 0px;
- }
-
- .pleaseWait {
- display: none;
- }
- /*─nderungen*/
- #searchHeader
- {
- font-size: 14px;
- font-weight: bold;
- color: red;
- padding: 4px 10px 4px 10px;
- padding: 0;
- }
-
- tr#searchHeader td div
- {
- float: left;
- }
-
- .searchCategory {
- text-decoration: none;
- color: red;
- }
-
- .searchResults
- {
- font-size: 11px;
- font-weight: normal;
- color: #000;
- padding: 8px 10px 8px 10px;
- }
-
- tr.searchResults a
- {
- font-size: 11px;
- font-weight: normal;
- color: #000;
- text-decoration: none;
- }
-
- tr.searchResults a:hover
- {
- font-size: 11px;
- font-weight: bold;
- color: red;
- text-decoration: none;
- }
-
- .borderHeader
- {
- border-right: solid 1px #c0c0c0;
- border-bottom: solid 1px #c0c0c0;
- }
-
- .borderHeaderLAST
- {
- border-bottom: solid 1px #c0c0c0;
- }
-
- .borderResults
- {
- border-right: solid 1px #c0c0c0;;
- }
-
- .borderResultsLAST
- {
- border: none;
- }
- /* Erweiterte Search - END*/
-
- /*SearchProperties*/
- div#searchOuterContainer
- {
- margin: 5px 0 30px 10px;
- padding: 0 0 0 0;
- font-size: 12px;
- font-weight: normal;
- color: #000;
- }
-
- div#searchOuterContainer input
- {
- left: 4px;
- top: 3px;
- width: 200px;
- height: 19px;
- background: #fff url('../images/searchField.png') no-repeat top left;
- }
-
- img.searchimgglobal
- {
- padding-left: 5px;
- margin-top: 10px;
- }
-
- div#searchCategories
- {
- margin-left: 10px;
- }
-
- div.searchCategories, div.searchIssues, div.searchFields, div.searchAttributes
- {
- width: 165px;
- float: left;
- font-size: 12px;
- font-weight: normal;
- color: #000;
- }
-
- div#searchIssues, div#searchFields
- {
- margin-left: 12px;
- }
-
- div#searchIssues div
- {
- margin: 0 0 0 0;
- padding: 0 0 0 0;
- }
- /*SearchProperties*/
-
- #localsearch
- {
- float: left;
- }
-
- #globalsearch
- {
- float: left;
- }
-
- span.searchpathFirst {
- font-size: 12px;
- color: #fff;
- text-decoration: none;
- font-weight: bold;
- float: left;
- width: 188px;
- height: 23px;
- background-image: url('../images/pathfirst.gif');
- padding-top: 0px;
- }
-
- a.searchpathFirst {
- font-size: 12px;
- color: #fff;
- text-decoration: none;
- font-weight: bold;
- float: left;
- width: 188px;
- height: 23px;
- background-image: url('../images/pathfirst.gif');
- padding-top: 0px;
- }
-
- table.searchResultsTable {
- font-size: 11px;
- font-weight: normal;
- color: #000;
- }
-
- table.searchResultsTable tr.rowOne {
- background-color: #f3f3f3;
- cursor: auto;
- }
-
- table.searchResultsTable tr.rowTwo {
- background-color: #e6e6e6;
- cursor: auto;
- }
-
- table.searchResultsTable td.rowOneSort {
- background-color: #e3e3e3;
- cursor: auto;
- }
-
- table.searchResultsTable td.rowTwoSort {
- background-color: #d6d6d6;
- cursor: auto;
- }
-
- table.searchResultsTable td.rowSortActive {
- /* background-color: #a8000c;
- color: #fff; */
- color: #a8000c;
- cursor: pointer;
- }
-
- table.searchResultsTable tr.rowActive {
- /* background-color: #a8000c;
- color: #fff; */
- color: #a8000c;
- cursor: pointer;
- }
-
- table.searchResultsTable td {
- padding: 6px 8px;
- border-bottom: solid 1px #c0c0c0;
- }
-
- table.searchResultsTable td.right {
- text-align: left;
- border-left: solid 1px #c0c0c0;
- }
-
- table.searchResultsTable td.borderLeft {
- border-left: solid 1px #c0c0c0;
- }
-
- table.searchResultsTable td a {
- text-decoration: none;
- color: #000;
- }
-
- table.searchResultsTable td a:hover {
- color: #a8000c;
- font-weight: normal;
- }
-
- table.searchResultsTableHeader {
- border-bottom: solid 1px #c0c0c0;
- }
-
- table.searchResultsTableHeader td {
- padding: 8px 2px;
- color: #a8000c;
- }
-
- table.searchResultsTableHeader td.borderLeft {
- border-left: solid 1px #c0c0c0;
- }
-
- table.searchResultsTableHeader td.right {
- text-align: center;
- border-left: solid 1px #c0c0c0;
- }
-
- table.searchResultsTableHeader td a {
- color: #a8000c;
- text-decoration: none;
- }
-
- table.searchResultsTableHeader td div.sortImage {
- padding-left: 5px;
- float: left;
- width: 17px;
- height: 13px;
- }
-
- h3.searchResults {
- font-size: 20px;
- font-weight: bold;
- color: #a8000c;
- text-align: center;
- }
-